home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc.dir / Internal_108.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  360 b   |  19 lines

  1. on enterFrame
  2.   set the castNum of sprite 44 to 0
  3.   puppetSprite(44, 0)
  4. end
  5.  
  6. on exitFrame
  7.   global mediaName
  8.   cast(mediaName).controller = 0
  9.   cast(mediaName).directToStage = 0
  10.   repeat with n = 5 to 8
  11.     sprite(n).visible = 1
  12.   end repeat
  13.   repeat with n = 38 to 40
  14.     sprite(n).visible = 1
  15.   end repeat
  16.   sprite(45).visible = 1
  17.   puppetTransition(23)
  18. end
  19.